home *** CD-ROM | disk | FTP | other *** search
/ SVM Multimedia Villagina 2 / Villagina_2.iso / mac / SVMM 2 / Village / ECOLE / PCMULTI / pcmulti.dir / 00080_Script_80 < prev    next >
Text File  |  1995-09-23  |  220b  |  11 lines

  1. on exitFrame
  2.   go to the frame
  3.   puppetsprite 42,true
  4.   set the moveablesprite of sprite 42 to true
  5.   if the mouseup then
  6.     if sprite 42 intersects 2 then
  7.       go to the frame + 1
  8.     end if
  9.   end if 
  10.   
  11. end